Package com.vdek.agv.gen.schema_20250101
Class DatensatzabweisungCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20250101.DatensatzabweisungCtp
-
public class DatensatzabweisungCtp extends Object
Uebermittlung der festgestellten Kernprueffehler.Java-Klasse für Datensatzabweisung_Ctp complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Datensatzabweisung_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dateifolgenummer_Original"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="6"/> </restriction> </simpleType> </element> <element name="Kernpruefung" type="{SV-Basis://XMLSchema/1.0}Kernpruefung_Ctp" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdateifolgenummerOriginalprotected List<KernpruefungCtp>kernpruefung
-
Constructor Summary
Constructors Constructor Description DatensatzabweisungCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDateifolgenummerOriginal()Ruft den Wert der dateifolgenummerOriginal-Eigenschaft ab.List<KernpruefungCtp>getKernpruefung()Gets the value of the kernpruefung property.voidsetDateifolgenummerOriginal(String value)Legt den Wert der dateifolgenummerOriginal-Eigenschaft fest.
-
-
-
Field Detail
-
dateifolgenummerOriginal
protected String dateifolgenummerOriginal
-
kernpruefung
protected List<KernpruefungCtp> kernpruefung
-
-
Method Detail
-
getDateifolgenummerOriginal
public String getDateifolgenummerOriginal()
Ruft den Wert der dateifolgenummerOriginal-Eigenschaft ab.- Returns:
- possible object is
String
-
setDateifolgenummerOriginal
public void setDateifolgenummerOriginal(String value)
Legt den Wert der dateifolgenummerOriginal-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getKernpruefung
public List<KernpruefungCtp> getKernpruefung()
Gets the value of the kernpruefung property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the kernpruefung property.For example, to add a new item, do as follows:
getKernpruefung().add(newItem);
Objects of the following type(s) are allowed in the list
KernpruefungCtp- Returns:
- The value of the kernpruefung property.
-
-